func runtime.mallocgcTiny

2 uses

	runtime (current package)
		malloc.go#L1053: 				x, elemsize = mallocgcTiny(size, typ, needzero)
		malloc.go#L1098: func mallocgcTiny(size uintptr, typ *_type, needzero bool) (unsafe.Pointer, uintptr) {